ConnectionString Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Gets or sets the string used to open the connection.
Syntax
'Declaration
Public Overrides Property ConnectionString As String
public override string ConnectionString {get; set;}
See Also